home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / master / valid_trace < prev    next >
Text File  |  2001-04-06  |  615b  |  17 lines

  1. SYNOPSIS
  2.         int valid_trace(string what, int|string arg)
  3.  
  4. DESCRIPTION
  5.         Check if the interactive user is allowed to use tracing.
  6.  
  7.         The argument <what> denotes the action for which permission is to be
  8.         checked, <arg> is the argument given to the traceing efun:
  9.  
  10.         "trace"               Is the user allowed to use tracing?
  11.                        <arg> is the tracelevel argument given.
  12.         "traceprefix"  Is the user allowed to set a traceprefix?
  13.                        <arg> is the prefix given.
  14.  
  15. SEE ALSO
  16.         trace(E), showsmallnewmalloced(D), malloc(D), status(D), memory(C)
  17.